ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IItemCollection<T> Interface
The type of items contained in the collection.
Members

In This Topic
    IItemCollection<T> Interface
    In This Topic
    Represents a collection of items that can be accessed by index and provides read-only functionality.
    Object Model
    IItemCollection<T> Interface
    Syntax
    'Declaration
     
    Public Interface IItemCollection(Of T) 
    public interface IItemCollection<T> 
    Type Parameters
    T
    The type of items contained in the collection.
    See Also